Release 10.1A: OpenEdge Data Management:
SQL Reference


EXP

Returns the exponential value of expression (e raised to the power of expression).

Syntax

EXP ( expression ) 

Example

This example illustrates the EXP function:

SELECT EXP( 4 ) 'e to the 4th power' from sysprogress.syscalctable; 

Note

Compatibility

ODBC compatible


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095